func go/types.newTypeList
4 uses
go/types (current package)
alias.go#L172: res.targs = newTypeList(targs)
named.go#L265: inst := &instance{orig: orig, targs: newTypeList(targs)}
recording.go#L137: m[ident] = Instance{newTypeList(targs), typ}
typelists.go#L34: func newTypeList(list []Type) *TypeList {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)